This patch fixes the issue with waiting for devices to disconnect during the end
authorSteven Hand <steven@xensource.com>
Tue, 22 May 2007 14:32:50 +0000 (15:32 +0100)
committerSteven Hand <steven@xensource.com>
Tue, 22 May 2007 14:32:50 +0000 (15:32 +0100)
commit1a46ed999be7bf6812ad261aa1b0dd84663aaa3d
tree6901d0a092ba0973a46ea0fe0f57a16f01df9008
parent5f7304ca6423f0ef92b0e4a92173d91832b5b875
This patch fixes the issue with waiting for devices to disconnect during the end
stage of migration in Xend. The problem was cause by a deletion of the VM domain
ID which is used by testDevicecompleComplete ->deviceIDs->backendRoot() to get
the virtual backend device path. The virtual backend device path is used to
check if a device still exists in xenstore.

Signed-off-by: Yung Giang <yung.giang@gmail.com>
tools/python/xen/xend/XendDomainInfo.py